From 1b52890f0d5387eb1bd92e6310df31da3f08ef13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Tue, 3 May 2016 14:58:50 +0200 Subject: [PATCH] style: customize tables MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas --- css/lede.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/css/lede.css b/css/lede.css index f8c8182..d367b7b 100644 --- a/css/lede.css +++ b/css/lede.css @@ -46,6 +46,19 @@ h1 { margin: 0; } +.tableblock tr th { + background-color: #527bbd; + color: #fff; +} + +.tableblock tr:nth-child(even) { + background-color: #b7c8e3; +} + +.tableblock tr:nth-child(odd) { + background-color: #fff; +} + .menu ol { padding: 0; margin: 0 -10px; -- 2.30.2